home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 August (Alt)
/
CHIP 2005-08.1.iso
/
program
/
shareware
/
Flash_Oyunlar.exe
/
bumperball.swf
/
scripts
/
frame_36
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-07-13
|
320 b
|
21 lines
if(10 < introLoopFade)
{
introLoopFade -= 1;
}
else
{
introLoopintroLoopFade = 0;
introLoop.stop();
}
introLoop.setVolume(introLoopFade);
if(_root.watch.stoptime == 0 and _root.counter.action == 0)
{
gotoAndStop("WatchScore");
play();
}
else
{
gotoAndStop("Gameloop");
play();
}